home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / Sample Code / Snippets / Toolbox / Notification Hacks / NotificationMon.ƒ / Source / errorDebug.c < prev    next >
Encoding:
Text File  |  1992-09-04  |  76 b   |  5 lines  |  [TEXT/KAHL]

  1. void error(Str255 msg, short err)
  2. {
  3.     asm { move.w    err,d0 }
  4.     DebugStr(msg);
  5. }